POST /Token/Resolve/{id}/
Resolves the given token to a string representation of the resolved value.
Request
| Method |
Request URI |
| POST |
/API/Token/Resolve/{id}/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID. Specifying via an Authorization request header instead is recommended. |
Path Parameters
| Path Parameter |
Description |
| id |
The ID of the token to resolve. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
A System.String object containing the resolved parameter string representation, or a status code indicating the problem.